go to card id 2929 of stack "STATISTICAL ANALYSIS"
end mouseUp
-- part 2 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=278 top=55 right=75 bottom=361
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: sus
-- part 3 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=278 top=83 right=103 bottom=361
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: nearn
-- part 4 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=277 top=118 right=138 bottom=360
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: far
-- part 6 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=279 top=155 right=175 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: qval
-- part 7 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=15 top=269 right=291 bottom=115
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: DO TEST
----- HyperTalk script -----
on mouseUp
global pot
global hat
put the value of card field sus - card field nearn into pot
put the value of card field sus - card field far into hat
put the value of pot / hat into card field qval
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=132 top=269 right=291 bottom=232
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: CLEAR
----- HyperTalk script -----
on mouseUp
DELETE LINE ONE OF CARD FIELD sus
DELETE LINE ONE OF CARD FIELD nearn
DELETE LINE ONE OF CARD FIELD far
DELETE LINE ONE OF CARD FIELD qval
get the location of card field sus
click at it
end mouseUp
-- part 9 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=13 top=58 right=262 bottom=267
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part contents for card part 9
----- text -----
The Q test determines whether or not to reject a single value that might be so far from the rest of the values within a collection of data that its inclusion with them artificially skews the results. Enter your data in the fields at the right and run the test.
To be 90% sure that you should reject your suspicious result, discard it if its Q value is greater than the rejection quotient for the number to trials you have made.